const golang.org/x/net/idna.zwnj
3 uses
golang.org/x/net/idna (current package)
idna.go#L707: zwnj = "\u200c"
idna.go#L824: if strings.Index(s, zwj) == -1 && strings.Index(s, zwnj) == -1 {
idna.go#L832: } else if s[i:i+sz] == zwnj {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)